home *** CD-ROM | disk | FTP | other *** search
/ Champak 50 / Volume 50 - JOGO DISK .iso / Games / mallcrawl.swf / scripts / DefineSprite_499 / frame_1 / DoAction.as
Text File  |  2007-09-28  |  241b  |  16 lines

  1. function hide()
  2. {
  3.    this._y = 2000;
  4.    this.enabled = false;
  5.    this._visible = false;
  6. }
  7. function show()
  8. {
  9.    this._y = y;
  10.    this.enabled = true;
  11.    this._visible = true;
  12. }
  13. _global.Help = this;
  14. var y = this._y;
  15. this.hide();
  16.